home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / SHRDIT.ZIP;1 / EXAMPLES.ZIP / SH-C.MED < prev   
Encoding:
Text File  |  1994-03-28  |  842 b   |  41 lines

  1. % Parameter control file for C language source used by shrouder program
  2.  
  3.  
  4. % These parameters control string processing
  5. STRING: ","
  6. CHAR: ','
  7. SPECIAL CHAR: \
  8.  
  9. % These parameters control name substitutions
  10. NAME JOINS: _
  11. KEEP LENGTH: No,6
  12. KEEP SEPARATORS: Yes
  13. CASE SENSITIVE: Yes
  14. KEEP CASE: Yes
  15. MAX LENGTH: 31
  16. DUP CHECK: 5
  17.  
  18. % Comment delimiters
  19. LINE COMMENT: //
  20. COMMENT: /*,*/
  21. NESTED: No
  22. OUT COMMENT: /*,*/
  23.  
  24. % Include file handling
  25. INCLUDING: #include,<>
  26. INCLUDING: #include,""
  27. SKIP INCLUDE: <>
  28. DEFINE CODE: #define &&name &&numb
  29. REPLACE NUMBS: #define &&name &&numb
  30. REPLACE STRGS: #define &&name &&text
  31. REPLACE NUMBS: Yes
  32.  
  33. % Random name generation and miscellaneous
  34. SEED RANDOM: Yes
  35. COMPRESS LINE: No
  36. LINE CONTINUE: \,End
  37. OBSCURE NAMES: Yes
  38. BLOCK TOKENS: {,}
  39. FUNCTIONS OFF: main(void),
  40. DEFINE GLOBLS: No
  41.